Appliance Recovery Backup Job BackupRequest

Appliance Recovery Backup Job BackupRequest
Appliance Recovery Backup Job BackupRequest

The Appliance Recovery Backup Job BackupRequest schema represents a requested backup piece.

JSON Example
{
    "parts": [
        "string"
    ],
    "backup_password": "string",
    "location_type": "string",
    "location": "string",
    "location_user": "string",
    "location_password": "string",
    "comment": "string",
    "fast_backup": false
}
array of string
parts
Required

List of optional parts that will be included in the backup. Use the GET /appliance/recovery/backup/parts operation to get information about the supported parts.

string As password As password
backup_password
Optional

Password for a backup piece. The backupPassword must adhere to the following password requirements: At least 8 characters, cannot be more than 20 characters in length. At least 1 uppercase letter. At least 1 lowercase letter. At least 1 numeric digit. At least 1 special character (i.e. any character not in [0-9,a-z,A-Z]). Only visible ASCII characters (for example, no space).

backupPassword If no password then the piece will not be encrypted

string
location_type
Required

Type of backup location.

For more information see: Appliance Recovery Backup Job LocationType.

string
location
Required

Path or URL of the backup location.

string
location_user
Optional

Username for the given location.

If missing or null authentication will not be used for the specified location.

string As password As password
location_password
Optional

Password for the given location.

If missing or null authentication will not be used for the specified location.

string
comment
Optional

Custom comment provided by the user.

If missing or null comment will be empty.

boolean
fast_backup
Optional

Option to enable Postgres DB/ VCDB fast backup

If missing or null backup will proceed at slow rate